home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / OpenDoc 1.2b2c1 / OpenDoc / Interfaces / Rez / Foci.r < prev    next >
Encoding:
Text File  |  1997-01-01  |  896 b   |  33 lines  |  [TEXT/MPS ]

  1.  
  2. #ifndef SOM_Module_OpenDoc_Foci_defined
  3. #define SOM_Module_OpenDoc_Foci_defined 1
  4.  
  5. /*
  6.  * Start of user-defined types:
  7.  */
  8. #define kODNullFocus 0 /* 0 */
  9. #define kODKeyFocus "Key"
  10. #define kODMenuFocus "Menu"
  11. #define kODSelectionFocus "Selection"
  12. #define kODModalFocus "Modal"
  13. #define kODMouseFocus "Mouse"
  14. #define kODScrollingFocus "Scrolling"
  15. #define kODClipboardFocus "Clipboard"
  16. #define OpenDoc_Foci_OpenDoc_Foci_Version "1.0."
  17.  
  18. #ifndef SOM_DONT_USE_SHORT_NAMES
  19. #ifndef SOMTGD_OpenDoc_Foci_Version
  20.     #ifdef OpenDoc_Foci_Version
  21.         #undef OpenDoc_Foci_Version
  22.         #define SOMTGD_OpenDoc_Foci_Version 1
  23.     #else
  24.         #define OpenDoc_Foci_Version OpenDoc_Foci_OpenDoc_Foci_Version
  25.     #endif /* OpenDoc_Foci_Version */
  26. #endif /* SOMTGD_OpenDoc_Foci_Version */
  27. #endif /* SOM_DONT_USE_SHORT_NAMES */
  28.  
  29. /*
  30.  * End of user-defined types.
  31.  */
  32. #endif /* SOM_Module_OpenDoc_Foci_defined */
  33.